home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rainbo13.zip / RB.INI < prev    next >
Text File  |  1993-01-21  |  2KB  |  88 lines

  1. rem=Replace c:\q\q.exe with your editor's path and name on the next line
  2. editor=c:\q\q.exe
  3.  
  4.  
  5. rem=This displays which version of Rainbow you are running.  Removing this
  6. rem=will keep Rainbow from displaying the version number.
  7. version=
  8.  
  9.  
  10. rem=********************** EXTREMELY IMPORTANT ****************************
  11. rem=It is very critical that you update this command with the correct
  12. rem=number for your editor.  Use the number from colors.com that represents
  13. rem=the color of the normal editor screen while editing (Cyan on Black in
  14. rem=this example).
  15. text=3
  16.  
  17.  
  18. top=0
  19. bottom=23
  20. left=0
  21. right=79
  22.  
  23. width=80
  24.  
  25.  
  26. rem=put the clock on the 24th row and 72nd column (bottom right of screen)
  27. clockr=24
  28. clockc=72
  29.  
  30. delimiter=,
  31.  
  32. rem=I don't want underscores to seperate tokens so I define it as a token
  33. rem=that is colorized to the same color as the normal text in my editor.
  34. rem=(the same color as the text= command)
  35. _,112,t
  36.  
  37. #define,113,C
  38. #undef,113,C
  39. #include,113,C
  40. #if,113,C
  41. #ifdef,113,C
  42. #ifndef,113,C
  43. #else,113,C
  44. #endif,113,C
  45. #xtranslate,113,C
  46. typedef,113,C
  47.  
  48. begin,113,F
  49. case,113,T
  50. default,113,F
  51. elseif,113,F
  52. else,113,F
  53. endcase,113,F
  54. endif,113,F
  55. end,113,F
  56. for,113,F
  57. if,113,T
  58. next,113,F
  59. otherwise,113,F
  60. sequence,113,S
  61. do,113,F
  62. while,113,T
  63. recover,113,F
  64.  
  65.  
  66. //note,240,C
  67. //,116,C
  68.  
  69.  
  70. continue,126,F
  71. break,126,T
  72. loop,126,F
  73. return,126,F
  74. exit,126,F
  75.  
  76. extern,123,F
  77. local,123,F
  78. private,123,F
  79. public,123,F
  80. static,123,F
  81. parameter,123,F
  82. memvar,123,F
  83.  
  84. function,122,C
  85. procedure,122,C
  86. {,113,T
  87. },113,T
  88.